home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1995
/
MacHack 1995.toast
/
Presentations
/
Presentations ’91
/
MPW Stand-Alone Libraries
/
Worksheet Commands
< prev
Wrap
Text File
|
1991-06-21
|
1KB
|
23 lines
############################# M A K E S A ################################
MABuild MakeSA
asm SARuntime.a -w -case obj -o SARuntime.o
buildprogram CPlusXCMD
cp -y ":.non-debug files:MakeSA" :
MakeSA -help
MakeSA # Software Ventures' stand alone code tool
MakeSA [option…] [file…] ≥ progress
-ct type # Set resource type of non-main code segments (default = DUDE)
-fc type # Set file type of output file (default = rsrc)
-ft creator # Set file creator of output file (default = RSED)
-help # Return this help text
-id integer # Set the resource id of the main segment (default = 128)
-mn name # Set the resource name of the main segment (default = '')
-mt type # Set the resource type of the main segment (default = DUDE)
-[No]P # Report progress (default = NoP)
-[No]S # Allow multi-segmented stand alone code (default = NoS)
-[No]T # Report elapsed time (default = NoT)
MakeSA -mn 'CPlusAlone' -mt 'XCMD' -S CPlusXCMD.xcmd